home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5470 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  964 b 

  1. Path: columba.udac.uu.se!news
  2. From: Enrico Savazzi <enrico.savazzi@pal.uu.se>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: RS-232
  5. Date: Mon, 05 Feb 1996 11:26:40 +0100
  6. Organization: Uppsala University
  7. Message-ID: <3115DB60.3A76@pal.uu.se>
  8. References: <00001a81+000097dc@msn.com>
  9. NNTP-Posting-Host: esavazzi.pal.uu.se
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  14.  
  15. Scott Sheppard wrote:
  16. > I have to write a program that can determine the status of each line
  17. > in a RS232 port.  The program must also be able to change the status
  18. > of any line of the port.  Any suggestion as to where to start?
  19. > Scott Sheppard
  20.  
  21. If your program will be running in real mode, try reading: 
  22. Campbell J. (1987): C programmer's guide to serial 
  23. communications (Howard Sams & Company). If you will be running 
  24. under Win32, forget about the book and use the Win32 interface - 
  25. that's what I do.
  26.  
  27. E.Savazzi
  28.